home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_layerP.ph
- SHORTNAME : layerP.ph
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 1.2.1990
-
- CHANGED BY : Guenter Mamier
- IDENTIFICATION : @(#)ui_layerP.ph 1.8 3/2/94
- SCCS VERSION : 1.8
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_LAYERP_DEFINED_
- #define _UI_LAYERP_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_layer_initLayerNames(void);
- void ui_layer_setLayerNames(void);
-
-
- /* array of layer names */
- char ui_layerNames[MAX_NO_LAYERS][MAX_NAME_LENGTH];
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- /* end private definition section */
-
-
- #endif /* _UI_LAYERP_DEFINED_ */
-
-
- /* end of file */
- /* lines: 28 */
-